robertl [Mon, 5 Apr 2010 13:23:24 +0000 (13:23 +0000)]
Handle more date types in pathaway.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3910
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 5 Apr 2010 13:16:53 +0000 (13:16 +0000)]
Typo fix in doc.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3909
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 5 Apr 2010 13:05:18 +0000 (13:05 +0000)]
Scraggler change from recent Garmin track work.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3908
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 5 Apr 2010 13:04:34 +0000 (13:04 +0000)]
Add hard error for Lowrance USR V3 files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3907
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 4 Apr 2010 19:31:35 +0000 (19:31 +0000)]
Finish converting tracks to courses on upload.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3906
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 4 Apr 2010 19:20:53 +0000 (19:20 +0000)]
Improve support for GR-245 in Holux M241 module.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3905
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 4 Apr 2010 19:05:44 +0000 (19:05 +0000)]
Don't abort on malformed v900 records. Fix -D on 64-bit systems, too.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3904
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 4 Apr 2010 18:07:49 +0000 (18:07 +0000)]
Add TomTom Places format.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3903
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 2 Apr 2010 19:39:19 +0000 (19:39 +0000)]
garmin_gpi: don't fuss about tag 13.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3902
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 2 Apr 2010 18:24:47 +0000 (18:24 +0000)]
Typo fix.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3901
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 30 Mar 2010 06:17:51 +0000 (06:17 +0000)]
Paul Cornett adds new symbols from PN-40 2.7 firmware.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3900
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 30 Mar 2010 02:21:23 +0000 (02:21 +0000)]
Add elemin and elemax options to discard filter.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3899
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 26 Mar 2010 03:33:18 +0000 (03:33 +0000)]
Martin Buck delivers "track" upload for Garmin fitness devices.
Changes:
* If tracks and waypoints should be uploaded to a device supporting course
upload, combine them to courses and course points and upload them together
* Split track/waypoint preparation and upload into separate functions in
garmin.c since both preparation functions are needed together for
course+course point upload
* Merged GPS_A301_Get()/GPS_A302_Get, GPS_A301_Send()/GPS_A302_Send()
* Properly handle track segment markers for fitness devices consisting of 2
consecutive invalid track points
* Calculate lap data totals when creating a course. Also create time stamps
(currently using a hardcoded speed of 10km/h) for track points that lack
them. This is required so that course points can refer to track points and
identify them uniquely.
* Fixed course garbage collection to remove unused track points properly. So
far, we compared the track index with the course index instead of the
course track index which inadvertently removed tracks that were
refereneced and left others that weren't referenced.
* Remove duplicate course points (same course index and track point time
stamp) because the protocol spec requires these two values to be unique.
* Create course points from waypoints by mapping them to the nearest track
point.
* Use xrealloc() consistently
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3898
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 26 Mar 2010 03:09:20 +0000 (03:09 +0000)]
Add error checks for packets of bad sizes.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3897
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 23 Mar 2010 19:40:55 +0000 (19:40 +0000)]
Add support for Garmin GPS 72H
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3896
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 13 Mar 2010 17:57:34 +0000 (17:57 +0000)]
Only whack "extension" from pathname, not dirname, in bushnell. (testo
uses dots in directory names...)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3895
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 13 Mar 2010 17:53:04 +0000 (17:53 +0000)]
Whack extension from Bushenell waypoints if given.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3894
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 7 Mar 2010 04:23:42 +0000 (04:23 +0000)]
Track/course upload for Garmin fitness. From Martin Buck. (His "Patch #4")
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3893
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 7 Mar 2010 03:51:28 +0000 (03:51 +0000)]
From Martin. Added detection of Garmin fitness-specific protocols and data types
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3892
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 7 Mar 2010 03:49:57 +0000 (03:49 +0000)]
From Martin:
* Initialize all gps_*_type and gps_*_transfer variables to -1 exactly once
in GPS_A000() instead of some in GPS_A000(), some in GPS_A001(), some in
both and some not at all
* Bug fix (?): If device reports device command protocol A011, set
gps_device_command to 1 (=A011) instead of 0 (=A010). Changes behaviour
for aviation devices that report capabilities via A001 (if there are any).
If this bugfix is wrong, there should be at least a comment stating
that/why using the "wrong" command protocol is intentional
* Minor indentation/comment fixes
* Converted mixed hex/decimal constants for COMMAND_ID and LINK_ID to
all-decimal. The rest of jeeps and the Garmin docs all use decimal, so
it's easier to read/compare this way
* Bug fix: Set course limits transfer protocol Cmnd_Transfer_Course_Limits
to 565 (course limits transfer) instead of 564 (course tracks transfer)
for devices using device command protocol 1 (A010). Shouldn't make a
difference for gpsbabel, since this value isn't used (yet)
* Bug fix: Set proximity transfer protocol Cmnd_Transfer_Prx to 17 instead
of 0 (unsupported) for devices using device command protocol 2 (A011).
Shouldn't make a difference for gpsbabel, since the functions using this
value are never called
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3891
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 1 Mar 2010 04:22:28 +0000 (04:22 +0000)]
Let the bool options be set in the GUI if they're set in the "raw" GPSBabel.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3890
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 1 Mar 2010 04:19:41 +0000 (04:19 +0000)]
Add waypoint read support for Wintec Tes.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3889
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 28 Feb 2010 02:31:28 +0000 (02:31 +0000)]
Add check to GDB for unreasonable internal values from beta Mapsource from '06.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3888
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 27 Feb 2010 21:23:20 +0000 (21:23 +0000)]
Fix for alerts in Garmin GPI.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3887
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 23 Feb 2010 15:38:26 +0000 (15:38 +0000)]
Include stdio for fprintf and stderr.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3886
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 21 Feb 2010 14:53:48 +0000 (14:53 +0000)]
Fix reading of day in wintec_tes.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3885
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 21 Feb 2010 04:40:37 +0000 (04:40 +0000)]
Write description in waypoints in KML writer.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3884
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 21 Feb 2010 04:01:54 +0000 (04:01 +0000)]
Minor doc tweaks.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3883
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 21 Feb 2010 03:28:26 +0000 (03:28 +0000)]
Overhaul MTK doc.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3882
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 21 Feb 2010 03:23:13 +0000 (03:23 +0000)]
Compegps fixes.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3881
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 16 Feb 2010 03:02:21 +0000 (03:02 +0000)]
Layout improvements for prefs dialog.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3880
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 16 Feb 2010 02:49:43 +0000 (02:49 +0000)]
Add menu option to manually check for update.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3879
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 16 Feb 2010 00:28:35 +0000 (00:28 +0000)]
Martin Buck adds support for packet IDs and sizes > 255.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3878
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 15 Feb 2010 23:11:30 +0000 (23:11 +0000)]
Bump for release.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3876
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 15 Feb 2010 19:49:39 +0000 (19:49 +0000)]
Bump version number.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3875
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 15 Feb 2010 03:02:24 +0000 (03:02 +0000)]
Regenerate Makefile dependencies.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3874
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 15 Feb 2010 02:57:00 +0000 (02:57 +0000)]
Finish hooking up all the UI for preferences.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3873
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 14 Feb 2010 21:29:06 +0000 (21:29 +0000)]
Rough in preferences screen. Not functional yet. Has serious layout issues.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3872
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 14 Feb 2010 05:33:37 +0000 (05:33 +0000)]
Correct statistics reports by zeroing counters on successful checkin. Lay groundwork for future UI work like disabling formats in menus and disabling update check.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3871
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 13 Feb 2010 23:25:23 +0000 (23:25 +0000)]
Add USB serial, BT to Linux device options until we can do it right.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3870
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 12 Feb 2010 15:24:39 +0000 (15:24 +0000)]
VPL improvements. Decode HDOP and VDOP.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3869
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 12 Feb 2010 15:19:48 +0000 (15:19 +0000)]
Silence 'unused' warnings in wintec_tes.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3868
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 9 Feb 2010 22:58:11 +0000 (22:58 +0000)]
Luis Llorente Campo reports that Ozi spells Europe 1950 mean as "Europea 1950
(Spain and Portugal). Add alias.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3867
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 2 Feb 2010 16:47:42 +0000 (16:47 +0000)]
Support v1.3 of sbn files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3866
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 25 Jan 2010 14:51:55 +0000 (14:51 +0000)]
Better comments, internal representation of Bushnell Onix format.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3865
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 24 Jan 2010 15:55:55 +0000 (15:55 +0000)]
Allow character set override when sending to Garmins.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3864
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Thu, 21 Jan 2010 05:01:57 +0000 (05:01 +0000)]
Add wintec_test format for Wintec WBT-202 GPS mass storage files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3863
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 20 Jan 2010 20:26:13 +0000 (20:26 +0000)]
Improve include handling of relative paths.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3862
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 20 Jan 2010 20:22:20 +0000 (20:22 +0000)]
Make use of config.h files optional to allow third party build tools.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3861
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 20 Jan 2010 12:40:54 +0000 (12:40 +0000)]
When writing routes, set class to map type instead of user so that duplicate waypoints aren't created.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3860
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 18 Jan 2010 23:27:49 +0000 (23:27 +0000)]
Let extra characters in waypoint name. Verified on 200CR.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3859
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 18 Jan 2010 21:04:28 +0000 (21:04 +0000)]
Move formats below names in cap table.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3858
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 18 Jan 2010 20:44:26 +0000 (20:44 +0000)]
Move 'tips' column out of capabilities and into mainline doc.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3857
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 18 Jan 2010 02:37:07 +0000 (02:37 +0000)]
When writing bushnell_trl files, use output filename.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3856
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 17 Jan 2010 21:57:00 +0000 (21:57 +0000)]
Show upgrade testing mode in 'about' dialog.
Tweak (some, not all) copyright notices per discussion with Khai Mong.
Misc warning cleanups.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3855
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 17 Jan 2010 02:27:20 +0000 (02:27 +0000)]
Version bump.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3853
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 17 Jan 2010 01:42:10 +0000 (01:42 +0000)]
Track format use counts to we can assign development priorities better.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3852
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 13 Jan 2010 22:52:52 +0000 (22:52 +0000)]
More checking for invalid/corrupt GDB files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3851
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 11 Jan 2010 16:23:48 +0000 (16:23 +0000)]
Add Japanese Venture HC to workaround list.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3850
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 9 Jan 2010 15:09:48 +0000 (15:09 +0000)]
In Gtrnctr, write integer heartrates only.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3849
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sat, 9 Jan 2010 14:52:16 +0000 (14:52 +0000)]
Document support for GlobalSat BT-338X.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3848
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 5 Jan 2010 15:01:30 +0000 (15:01 +0000)]
Turn universal builds back on for Mac.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3847
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Thu, 24 Dec 2009 21:38:56 +0000 (21:38 +0000)]
Include additional precision in unicsv outputs.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3846
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Thu, 24 Dec 2009 20:43:27 +0000 (20:43 +0000)]
Write heartrate and cadence in Garmin GPX extenstions.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3845
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Thu, 24 Dec 2009 20:37:48 +0000 (20:37 +0000)]
Improve detection of newer Holux GR241 firmware.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3844
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 23 Dec 2009 16:42:44 +0000 (16:42 +0000)]
Add write support to bushnell_trl.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3843
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 21 Dec 2009 02:24:58 +0000 (02:24 +0000)]
Fix teletype read.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3842
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 21:01:52 +0000 (21:01 +0000)]
Minor warning cleanups.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3841
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 20:32:24 +0000 (20:32 +0000)]
Bushnell fixes for 64-bit system.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3840
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 20:29:26 +0000 (20:29 +0000)]
Fixes for Bushnell test data.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3839
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 20:22:30 +0000 (20:22 +0000)]
Add Bushnell reference files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3838
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 20:21:24 +0000 (20:21 +0000)]
Turn on Bushnell in default build. Add tests.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3837
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 20:20:13 +0000 (20:20 +0000)]
Document Bushnell. Many other minor doc tweaks.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3836
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 18:23:09 +0000 (18:23 +0000)]
testo becomes a driver script for calling the smaller (and
individually callable) components.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3835
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 20 Dec 2009 18:22:37 +0000 (18:22 +0000)]
Split testo into smaller pieces.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3834
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 16 Dec 2009 04:45:25 +0000 (04:45 +0000)]
Add bushnell_trl.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3833
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 16 Dec 2009 02:29:15 +0000 (02:29 +0000)]
Finish (?) Bushnell writer. Support multiple waypoints, shortnames, guarantee uniqueness, etc.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3832
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 14 Dec 2009 14:36:19 +0000 (14:36 +0000)]
Sketch in icon support for Bushnell.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3831
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 13 Dec 2009 23:13:14 +0000 (23:13 +0000)]
Commit the Bushnell reader/writer (but leave it disabled) so others
can help work through the remaining issues.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3830
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 30 Nov 2009 14:13:14 +0000 (14:13 +0000)]
Improve Garmin PVT speed reporting.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3829
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 23 Nov 2009 18:43:09 +0000 (18:43 +0000)]
Add read support for Gopal 4.8, 5.0 extended date fields.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3828
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 23 Nov 2009 06:36:17 +0000 (06:36 +0000)]
Christian Bühler adds binary LMX support.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3827
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 23 Nov 2009 06:17:45 +0000 (06:17 +0000)]
Fix mem leaks in teletype.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3826
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 20 Nov 2009 15:54:24 +0000 (15:54 +0000)]
Add NET_TIME to csv for handling MS .net times.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3825
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Fri, 20 Nov 2009 15:02:10 +0000 (15:02 +0000)]
Lowrance USR: strip bogus 0x1 characters for accented placemark names.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3824
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Thu, 19 Nov 2009 03:56:03 +0000 (03:56 +0000)]
Add serial port detection to Windows.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3823
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 18 Nov 2009 15:10:32 +0000 (15:10 +0000)]
Delbin: Report internal error.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3822
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 4 Nov 2009 13:42:26 +0000 (13:42 +0000)]
Add MTK doc for missing options.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3821
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 2 Nov 2009 20:38:02 +0000 (20:38 +0000)]
Server-side help.
Improve track split.
Implement 'nuke types' in misc filters.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3820
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 2 Nov 2009 20:34:32 +0000 (20:34 +0000)]
Tweak gtrnctr definition in help.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3819
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 2 Nov 2009 19:54:13 +0000 (19:54 +0000)]
Include CF for Mac so set can build on Snow Leopard with 4.6
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3818
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 26 Oct 2009 15:52:26 +0000 (15:52 +0000)]
Document dbicon in pathaway.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3817
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 25 Oct 2009 19:27:38 +0000 (19:27 +0000)]
Better reccognition of unknown alt in lowranceusr.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3816
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 14 Oct 2009 13:38:17 +0000 (13:38 +0000)]
Document DG100's erase_only flag.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3815
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 14 Oct 2009 13:24:05 +0000 (13:24 +0000)]
Document mmo-ver.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3814
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Wed, 14 Oct 2009 02:03:44 +0000 (02:03 +0000)]
Fix links on pocketfms
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3813
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Tue, 13 Oct 2009 19:33:07 +0000 (19:33 +0000)]
Only do 'smart icons' in when -Si is present.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3812
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Mon, 12 Oct 2009 13:23:52 +0000 (13:23 +0000)]
Add spiffy new color artwork. Thanx, Seth!
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3811
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 11 Oct 2009 21:28:55 +0000 (21:28 +0000)]
Add missing tests for jogmap format.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3810
f51c46e8-681c-474f-0cfe-
069cfd0219fb
robertl [Sun, 11 Oct 2009 21:20:27 +0000 (21:20 +0000)]
Added read-only support for Jogmap files.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3809
f51c46e8-681c-474f-0cfe-
069cfd0219fb